type crypto/x509.policyGraph
13 uses
crypto/x509 (current package)
verify.go#L1066: type policyGraph struct {
verify.go#L1075: func newPolicyGraph() *policyGraph {
verify.go#L1082: return &policyGraph{
verify.go#L1088: func (pg *policyGraph) insert(n *policyGraphNode) {
verify.go#L1092: func (pg *policyGraph) parentsWithExpected(expected OID) []*policyGraphNode {
verify.go#L1099: func (pg *policyGraph) parentWithAnyPolicy() *policyGraphNode {
verify.go#L1106: func (pg *policyGraph) parents() iter.Seq[*policyGraphNode] {
verify.go#L1113: func (pg *policyGraph) leaves() map[string]*policyGraphNode {
verify.go#L1117: func (pg *policyGraph) leafWithPolicy(policy OID) *policyGraphNode {
verify.go#L1121: func (pg *policyGraph) deleteLeaf(policy OID) {
verify.go#L1135: func (pg *policyGraph) validPolicyNodes() []*policyGraphNode {
verify.go#L1155: func (pg *policyGraph) prune() {
verify.go#L1168: func (pg *policyGraph) incrDepth() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |